home *** CD-ROM | disk | FTP | other *** search
/ PC User 2002 April / Disc 2 / PCUSER0402D2.iso / software / utils / files / wincron.exe / data1.cab / Sample_Scripts / proxy_load.tg < prev    next >
Encoding:
Text File  |  2001-10-20  |  440 b   |  12 lines

  1. ## proxy_load.tg
  2. # Simple script to remote-load a script into a proxy WinCron
  3. # I.e., Interactive WinCron sends script ==> Proxy WinCron
  4. # After a script has been remote-loaded, it then must be started.
  5. # See Also: proxy_start.tg, proxy_test_01.tg
  6. # Note: We are loading these samples relative to the real SCRIPT_DIR.
  7. {
  8.     -name proxy_load
  9.     -start
  10.     -stop
  11.     -action -proxy -load "%TG.SCRIPT_DIR%..\Sample Scripts\"proxy_hello_01.tg
  12. }